home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / Tutorial4-Review Data Files / screen.css < prev    next >
Cascading Style Sheet File  |  2011-02-16  |  1KB  |  37 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Review Assignment
  5.  
  6.    Online Scrapbooks Style Sheet
  7.    Author: Joanne POnce
  8.    Date:   2/14/2011
  9.  
  10.    Filename:         screen.css
  11.    Supporting Files: back.jpg, marker.gif
  12.  
  13. */
  14.  
  15. body                {margin: 0px; color: black; 
  16.                      background: white url(back.jpg) repeat-y}
  17. h1, h2, h3          {font-family: Arial, Helvetica, sans-serif; color: black; margin: 0px}
  18. h3                  {font-size: 10pt}
  19. h1                  {border-bottom: 2px solid orange; background-color: white; margin: 0px; 
  20.                      padding: 0px}
  21. #links ul           {margin-left: 20px; margin-top:none; left-padding:0px}
  22. #links ul        {list-style-type:none}
  23. #links ul    {list-style-image:url (marker.gif)}
  24. ul   li. newgroup   {margin-top: 20px}
  25. #outer_container    {width: 780px}
  26. #head               {text-align: right}
  27.  
  28. #links              {float: left; width: 200px}
  29. #links  li. newGroup  {margin-top: 25px}
  30. #content            {margin-left: 200px}
  31.  
  32.  
  33. address             {text-align: center; font-style: normal; font-variant: small-caps;
  34.                      border-top: 2px solid orange; color: orange; padding-bottom: 50px;}
  35.                      
  36.  
  37.